public abstract class UHFDataHandleBase
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
UHFDataHandleBase.CMDInfo |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isStop |
| Constructor and Description |
|---|
UHFDataHandleBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addCmdList(UHFDataHandleBase.CMDInfo info) |
void |
cleanAllData() |
void |
cleanCmd() |
void |
cleanOldCmd() |
void |
cleanTagCmd() |
java.util.List<UHFDataHandleBase.CMDInfo> |
getCmdList(int cmd) |
java.util.List<UHFDataHandleBase.CMDInfo> |
getCmdList(int cmd,
int controlWord) |
UHFDataHandleBase.CMDInfo |
getLastBarcodeCmd(int cmd,
int controlWord,
int timeOut) |
UHFDataHandleBase.CMDInfo |
getLastCmd(int cmd,
int timeOut) |
UHFDataHandleBase.CMDInfo |
getLastCmd(int cmd,
int controlWord,
int timeOut) |
UHFDataHandleBase.CMDInfo |
getTagCmd() |
abstract boolean |
isBuildFullData(UHFDataHandleBase.CMDInfo cmdinfo) |
void |
parseData(byte[] inDataBuf) |
public abstract boolean isBuildFullData(UHFDataHandleBase.CMDInfo cmdinfo)
public abstract void addCmdList(UHFDataHandleBase.CMDInfo info)
public void cleanAllData()
public UHFDataHandleBase.CMDInfo getTagCmd()
public void cleanTagCmd()
public void cleanCmd()
public UHFDataHandleBase.CMDInfo getLastCmd(int cmd, int controlWord, int timeOut)
public UHFDataHandleBase.CMDInfo getLastBarcodeCmd(int cmd, int controlWord, int timeOut)
public UHFDataHandleBase.CMDInfo getLastCmd(int cmd, int timeOut)
public java.util.List<UHFDataHandleBase.CMDInfo> getCmdList(int cmd)
public java.util.List<UHFDataHandleBase.CMDInfo> getCmdList(int cmd, int controlWord)
public void cleanOldCmd()
public void parseData(byte[] inDataBuf)